From a5a2fe56ada199d5cc9e2406f392b775059fd85e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Tue, 9 Aug 2005 21:50:58 +0000 Subject: [PATCH] reindent --- ChangeLog | 4 ++++ babl/babl-conversion.c | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index da9ae60..0e03bf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-09-09 Øyvind Kolås + + * babl/babl-conversion.c: indentation cleanup. + 2005-09-09 Øyvind Kolås * babl/babl-ids: added BABL_LUMINANCE_GAMMA_2_2, diff --git a/babl/babl-conversion.c b/babl/babl-conversion.c index a42cc2d..21cb746 100644 --- a/babl/babl-conversion.c +++ b/babl/babl-conversion.c @@ -25,7 +25,7 @@ static int each_babl_conversion_destroy (Babl *babl, - void *data) + void *data) { babl_free (babl->instance.name); babl_free (babl); @@ -33,12 +33,12 @@ each_babl_conversion_destroy (Babl *babl, } static BablConversion * -conversion_new (const char *name, - int id, - Babl *source, - Babl *destination, - int time_cost, - int loss, +conversion_new (const char *name, + int id, + Babl *source, + Babl *destination, + int time_cost, + int loss, BablFuncLinear linear, BablFuncPlanar planar, BablFuncPlanarBit planar_bit) -- 2.30.2